
@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Host+Grotesk', sans-serif;
  background-color: black;
  overflow-x: hidden;
}
  /* untility Classes */

 :root{
  --padding-inline-section1:100px;
 }
h1{
  color: white;
  font-size: 7rem;
  font-weight: 400;
  text-transform: uppercase;
}
h2{
  color: white;
}
p {
  font-family: 'Poppins';
  font-size: 1.2rem;
  color: white;

}
a{
  text-decoration: none;
  display: inline-block;
  color: white;
}
ul{
  list-style: none;
}
span{
  color: #00ff00;
  font-weight: 700;
}
.container{
  padding-inline: var(--padding-inline-section1);
  overflow: hidden;
}
.flex{
  display: flex;
  align-items: center;
}
  /* untility Classes */
  /* whatsapp button *//* whatsapp button *//* whatsapp button *//* whatsapp button *//* whatsapp button */
.whatsapp-btn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  /* border: 0.5px solid #ffffff; */
  background: #000000; /* Black background */
  color: #00ff00;      /* Neon green */
  padding: 15px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 16px;
  box-shadow:0 3px 3px #00ff00;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Hover effect */
.whatsapp-btn:hover {
  background: #00ff00;
  color: #fcfcfc;
  transform: scale(1.08) translateY(-3px);
  /* box-shadow: 0px 6px 15px rgba(0,255,0,0.5); */
  box-shadow:0 3px 3px #fefffe;
}
.whatsapp-btn span:hover{
  color: white;
}
.whatsapp-btn span:focus {
  color: white;
}
/* Focus effect */
.whatsapp-btn:focus {
  outline: none;
  box-shadow:0 3px 3px #00ff00;
}

/* Floating animation */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

.whatsapp-btn {
  animation: float 2s infinite;
}
/* whatsapp button *//* whatsapp button *//* whatsapp button *//* whatsapp button *//* whatsapp button */

/* navbar *//* navbar *//* navbar *//* navbar *//* navbar *//* navbar */
.dropmenu-icn{
  display: none;
}
nav {
  background-color: #020202;
  position: fixed;
  padding: 20px 0px;
  top:0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-bottom:0.1px solid #00f000;
}
.main-nav{
  justify-content: space-between;
  left: 0;
  right: 0; /* prevents overflow */
  width: 100%;
}
.company-logo img{
  width: 200px;
}
  
.nav-link {
  flex-basis: 1050px;
}

.nav-link ul{
  justify-content: end;
  gap: 40px;
}
.hover-link{
  font-size:1.2rem ;
  position: relative;
}
  /* hover code */
.hover-link:hover{
  color: #00ff00;
  transition: 0.3s ease-out;
}
.hover-link::before{
  content: "";
  position: absolute;
  width: 0;
  height: 1.5px;
  bottom: -5px;
  left: 0;
  background-color: #00ff00;
  transition: 0.3s ease-in-out;
}
.hover-link:hover::before{
  width: 100%;
}
.bookavisit{
  font-size: 1.2rem;
  background-color: #1fad1f;
  border-radius: 3px;
  font-weight:500 ;
  padding:.4vw 1.5vw;
  box-shadow: 0 0 2px #ffffff;
  transition: 0.4s ease-in-out;
}
.bookavisit:hover{
  background-color: #00ff00;
  color: #ffffff;
}

/* navbar *//* navbar *//* navbar *//* navbar *//* navbar *//* navbar */


/* navbar *//* navbar *//* navbar *//* navbar *//* navbar *//* navbar */


.hero1{
  position: relative;
}

    /* contactus div */

.hero1{
  background: url(/images/Main\ Hero\ div\ image.jpeg);
  background-size: 100% 100% cover; 
  position: relative; 
  background-color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  
  
}
.hero1 img{
    
      object-fit: cover;
      
      
}
.hero-child-contact-frm{
  margin-bottom: 450px;
  margin-top: 250px;
  width: calc(50%);
  height: 20%;
  background-color: rgba(0, 0, 0, 0.466);
  
  
}
.hero-child-header{
  
  font-size: 8rem;
  font-weight: 100;
  letter-spacing: -14px;
  color: #fffdfd;
}
.hero-child-contact-frm h4{
  font-size: 1.4rem;
  margin-bottom: 5px;
  font-weight: 100;
  letter-spacing: 2.5px;
  color: white;

}
.hero-child-contact-frm h4 span{
  color: #00ff00;
  position: absolute;
  top: 47.5%;
  left: 11.6%;
  font-weight: 5s00;
  font-size: 1.3vw;

}

    /* contactus div */

    /* contact-form */

.contact-frm-viernode{
  position: absolute;
  width: 30%;
  height: 40%;
  background-color: rgba(24, 23, 23, 0.334);
  border-radius: 30px;
  border-top: 3px  solid rgb(0, 255, 21);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.5);
  left: 60%;
  top: 25%;
  
}
.contact-frm-viernode h1{
  z-index: 101;
  color: #ffffff;
  text-align: center;
  font-size: 3vw;
  font-weight: 100;
  letter-spacing: -5px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.frm-child-viernode{
  display: inline-block;
  margin-top: 25px;

}
.frm-child-viernode input{
  width: 90%;
  padding: 8px 0px 8px 45px;
  border-radius: 30px;
  border: none;
  margin-bottom: 15px;
  margin-left: 20px;
  
}
.sub-btn-frm{
  background-color: #37be37;
  color: white;
  border-radius: 50px;
  border: none;
  letter-spacing: 1px;
  margin-left: 42.5px;
  padding: .5vw 10vw;
  margin-top: 25px;
  
}
    /* hover-property */
.frm-child-viernode input{
  display: inline-block;
  border: 1px solid #cccccc;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out ;
  -moz-transition: all 0.3s ease-in-out ;
  -ms-transition: all 0.3s ease-in-out ;
  transition: all 0.3s ease-in-out ;
}
.frm-child-viernode input:hover {
  background-color: #07ff0723;
}
.frm-child-viernode input:focus {
  border: 1px solid #00ff00;
  outline: none;
  background-color: #07ff0723;
  color: #00ff00;
}

  /* contact-form */

  /* map-location */

.map-location{
  background-color: #000000;
  margin-bottom:200px;
  
}
.map-location h1{
  text-align: center;
  padding-top: 50px;
  font-size: 8rem;
  font-weight: 100;
  letter-spacing: -18px;
  border-bottom: .2px  solid rgb(0, 255, 21);
  color: #ffffff;
}
.map-location iframe{
  
  width: 100%;
  filter: inver(100%);
  
}
  /* map-location */


  /* INSTA & FACEB-SECT */
  .social-int-section{
    background-color: #00fd1e10;
    padding: 30px 0px;
  }
  .social-int-container{
    flex-direction: column;
  }
  .social-subh1{
    font-size: 5rem;
  }
  .social-subh3{
    color: white;
    margin-top: 10px;
    font-weight: 300;
  }
  .social-subh3 span a{
    color: #00FF00;
    letter-spacing: 5px;
  }

    /* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */
  /* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER *//* FOOTER */
footer {
  background-color: #11340a68;
  padding: 50px 20px;
  color: white;
  font-family: Arial, sans-serif;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}

.footer-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-company-logo {
  flex-direction: column;
  width: 100%;
  gap: 15px;
  flex: 1;
  min-width: 250px;
  max-width: 300px;
}

.footer-sections {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-section {
  width: 100%;
  flex: 1;
  min-width: 200px;
}

/* Toggle button */
.footer-toggle {
  width: 100%;
  background: none;
  border: none;
  color: #00FF00;
  font-size: 1.4rem;
  text-align: left;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
}

.footer-toggle::after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 10px;
  transition: transform 0.3s ease;
}

.footer-toggle.active::after {
  transform: rotate(180deg);
}

/* Hidden content on mobile */
.footer-content {
  display: none;
  flex-direction: column;
  gap: 10px;
  padding-left: 10px;
}

.footer-content.open {
  display: flex;
}

.footer-content a,
.footer-content p {
  color: white;
  font-size: 1rem;
  text-decoration: none;
}

.footer-content a:hover {
  color: #00FF00;
}

/* Social icons */
.footer-logo a i {
  font-size: 1.5rem;
  margin-right: 10px;
  color: white;
  transition: color 0.3s ease;
}

.footer-logo a i:hover {
  color: #00FF00;
}
/* sub footer */
.subfooter{
  background-color: #00fd1e10;
  
}
.sub-footer-h3{
  color: white;
  text-align: center;
  font-weight: 300;
  font-size: 0.8rem;
  padding: 10px 0px;
  margin: 0px;
}
/* book-a visit form *//* book-a visit form */
/* book-a visit form *//* book-a visit form */
/* book-a visit form *//* book-a visit form */
/* book-a visit form *//* book-a visit form */
/* form{
  ;
} */

/* .form.main.con{
  position: relative;
  width: 1000px;
  height: 70%;
  
} */
 .hero2{
  position: relative;
 }
.fa-xmark{
  color: #ff0202;
  font-size: 1.2vw;
  position: absolute;
  top: 6%;
  right: 4.5%;
  cursor: pointer;
}
.form-container {
  display: none; /* Hidden by default */
  position: absolute;
  top: 45%;
  left: 50%;
  gap: 50px;
  background-color: rgb(26, 30, 30);
  width: 85%;
  max-width: 1200px;
  min-height: 60%;
  padding: 50px;
  border-top: 3px solid rgb(0, 255, 21);
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.5);
  z-index: 120;
  transform: translate(-50%, -50%);
  flex-wrap: wrap;
}
/* hover&java properties */
.hero1.show .form-container {
  display: flex; /* Show when header has 'show' */
}
.hero1::before{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none;
  pointer-events: none;
  transition: all 0.5s ease-out;

}
.hero1.show::before{
  display: block;
  pointer-events: auto;

}
 /* right div */
.form-right-container{
  max-width: 55%;
  display: flex;
  flex-direction: column;
  
}
.frc-h1{
  font-size: 2.5rem;
  color: white;
}
.frc-h1 span{
  color: #00f000;
}
.frc-para{
  max-width: 90%;
  margin-top: 10px;
  color: white;
  font-size: 1.1rem;
  font-weight: 500;
}
#inpt{
  font-size: 1rem;
  margin-top: 30px;
  width: 90%;
  padding: 8px 0px 8px 40px ; 
}
.frc-bttn{
  max-width: 30%;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  color:white;
  background-color: #11b111;
  margin-top: 30px;
  padding: 0.4rem 0rem;
  transition: 0.2s ease-in-out;
}
.frc-bttn:hover{
  background-color:#00f000 ;

}

.inpt-div i{
  position: absolute;
  font-size: 1.2rem;
  color: #00ff00;
  padding:  38px 11px;
}
#phone {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: none;
}
.iti{
  margin-top:30px ;
  width: 90%;
}

#inpt, #phone{
  display: inline-block;
  border: 1px solid #cccccc;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out ;
  -moz-transition: all 0.3s ease-in-out ;
  -ms-transition: all 0.3s ease-in-out ;
  transition: all 0.3s ease-in-out ;
}
#inpt:hover, #phone:hover {
  background-color: #07ff0723;
}
#inpt:focus, #phone:focus {
  border: 1px solid #00ff00
  ;
  outline: none;
  background-color: #07ff0723;
  color: #00ff00;
}
/* right-div */

/* left-div */
.form-left-container{
  display: flex;
  flex-direction: column;
  max-width: 40%;
  height: 90%;
  background-color: #110f0f94;
  padding: 20px 30px;
  border-radius: 20px;
  box-shadow: 0 0 5px 3px rgba(22, 255, 1, 0.5);
  margin-top: 60px;
}
.flc-h1{
  font-size: 2.5rem;
  color: white;
}
.flc-para{
  max-width: 90%;
  margin-top: 10px;
  color: white;
  font-size: 1rem;
  font-weight: 500;
}
.ll-h4{
  color: white;
  font-size: 0.8rem;
  font-weight: 100;

}
.ll-h3{
  margin-top: 5px;
  color: white;
  font-size: 1rem;
  font-weight: 100;
}
.r-info-icn{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.r-icn{
  width: 50px;
  height: 50px;
  min-width: 50px; /* prevents shrinking */
  min-height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  flex-shrink: 0; /* don't let it shrink! */
  box-shadow: 0 0 5px rgba(6, 240, 6, 0.823);
}
.r-icn i{
  font-size: 1.5rem;
  color: #00ff00;
  border-radius: 10px;
}
.r-icn i:hover{
  color: #000000;
  background-color: white;
}
.r-info-icn-a{
  margin-top: 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  
}
.ll-h4a{
  text-decoration: none;
  list-style: none;
  color: white;
  font-size: .9rem;
}
.ll-h4a span{
  color: #00f000;
}
.r-icn-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px; /* prevents shrinking */
  min-height: 50px;
  border-radius: 50%;
  background-color:#086a08;
  font-size: 2.2rem;
  color: #f7fff7;
  border-radius: 50px;
}
.r-icn-a:hover{
  color: #00f000;
  background-color: #00f000;
}
.r-icn-a i:hover{
  color: #ffffff;

}
/* left-div */
/* form-type=num sipn remove attribute's */
/* chrome */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin: 0;
}
/* firefox */
input[type="number"]{
  -moz-appearance:textfield;
}
/* form-type=num sipn remove attribute's */
/* bookavisitform *//* bookavisitform *//* bookavisitform *//* bookavisitform *//* bookavisitform *//* bookavisitform */



/* ------------------Responssive--------------------------------
---------------------------------------------------------------- */

/* Default desktop styles (already from your code) */

/* Responsive Navbar */
/* Toggle menu for mobile */

@media screen and (max-width: 991px) {
  /* hero */
  .hero-child-contact-frm{
  margin-bottom: 230px;
  margin-top: 230px;
  width: calc(55%);
  height: 30%;
  background-color: rgba(0, 0, 0, 0.466);
  
  }
  .hero-child-header{
    font-size: 4rem;
    letter-spacing: -8px;
    
  }
  .hero-child-contact-frm h4{
  font-size: 1rem;
}
.contact-frm-viernode{
  width: 32%;
  height: 50%;
}
.contact-frm-viernode h1{
  font-size: 3rem;
}
/* location header */
.map-location h1{
  text-align: center;
  padding-top: 30px;
  font-size: 6rem;
  font-weight: 100;
  letter-spacing: -12px;
  border-bottom: .2px  solid rgb(0, 255, 21);
  color: #ffffff;
}
.map-location{
  margin-bottom:100px;
  
}
  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */
/* social section */
  .social-subh1{
    font-size: 3rem;
  }
  .social-subh3{
    font-size: 1.2rem;
    color: white;
    margin-top: 10px;
    font-weight: 300;
  }
  .social-subh3 span a{
    font-size: 1rem;
    color: #00FF00;
    letter-spacing: 3px;
  }

  /* navbar */
  :root {
    --padding-inline-section1: 60px;
  }
 .dropmenu-icn{
  display: block;
} 
.dropmenu-icn i{
  display: block;
  font-size: 1.6rem;
}
.dropmenu-icn i:hover{
  color: #00FF00;
  transition: 0.3s ease-in-out;
}
.dropmenu-icn i:focus{
  color: #00FF00;
  transition: 0.3s ease-in-out;
}
nav{
   padding: 22px 0px;
   width: 100%;
}

  .main-nav {
    flex-direction: row;
    justify-content: space-between;
    padding-inline: 30px;
  }

  .company-logo img {
    width: 160px;
  }

  .nav-link ul {
    gap: 25px;
  }
  .bookavisit {
    font-size: 1rem;
    padding: 0.6vw 1.2vw;
    border: none;
  }

  /* Optionally show hamburger menu if you want to trigger collapse earlier */


  .nav-link {
    display: none; /* Hide by default — controlled via JS */
    width: 100%;
   
  }

  .show-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #043504f0;
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }

  .nav-link ul {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  /* Navbar */
  /* footer */
  .footer-company-logo p{
    max-width: 90%;
    font-size: 1rem
  }
  .link-col-subh2{
  font-size: 1.2rem;
  color: #00FF00;
  font-weight: 5200;

}
.link-col-subh4{
  color: white;
  font-size: 1rem;
  font-weight: 400;
  transition: 0.2s ease-in-out;
}
.link-col-subicn i{
  color: white;
  padding: 0px;
  margin-right: 10px;
  font-size: 1.2rem;
  transition: 0.2s ease-in-out;
}
.link-col{
  position: relative;
  width: 35%
  
}

/* fORM */

.form-container{
    top: 90%;
    left: 52%;
   width: 100%;
    max-width: 90%;
}
 .form-right-container{
  max-width: 100%;
 }
  .form-left-container{
    max-width: 100%;
    margin-top: 0px;
  }

  .frc-para {
    text-align: left;
    font-size: 0.8rem;
  }
  .form-container button {
    width: 100%;
    font-size: 1rem;
    border: none;
  }

  .frc-btn {
    padding: 10px 20px;
    font-size: 1rem;
    border: none;
  }
  .fa-xmark{
  color: #ff0202;
  font-size: 2vw;
  position: absolute;
  top: 6%;
  right: 4.5%;
  cursor: pointer;
}

  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */  /* navbar & Footer */


}

/* for footer only */
@media (min-width: 992px) {
  .footer-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-company-logo {
    width: 35%;
  }

  .footer-sections {
    flex-direction: row;
    gap: 50px;
    width: 60%;
  }

  .footer-section {
    width: auto;
  }

  .footer-toggle {
    cursor: default;
    font-size: 1.2rem;
  }

  .footer-toggle::after {
    display: none;
  }

  .footer-content {
    display: flex !important;
    padding-left: 0;
  }
}
/* for footer only */
@media (max-width: 768px){
  /* for footer only */
    .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-section, .footer-company-logo {
    width: 100%;
  }

  .footer-logo {
    margin-top: 10px;
  }
  /* for footer only */
}

  




